runtime.arraytype.len (field)

7 uses

	runtime (current package)
		alg.go#L175: 		for i := uintptr(0); i < a.len; i++ {
		cgocall.go#L457: 			if at.len != 1 {
		cgocall.go#L463: 		for i := uintptr(0); i < at.len; i++ {
		cgocheck.go#L228: 		for i := uintptr(0); i < at.len; i++ {
		type.go#L383: 	len   uintptr
		type.go#L612: 		return typesEqual(at.elem, av.elem, seen) && at.len == av.len